home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / addres / standby.frm < prev   
Text File  |  1995-05-08  |  1KB  |  41 lines

  1. VERSION 2.00
  2. Begin Form Standby 
  3.    BorderStyle     =   3  'Fixed Double
  4.    ClientHeight    =   1200
  5.    ClientLeft      =   1890
  6.    ClientTop       =   2070
  7.    ClientWidth     =   5490
  8.    ControlBox      =   0   'False
  9.    Height          =   1605
  10.    Left            =   1830
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1200
  15.    ScaleWidth      =   5490
  16.    Top             =   1725
  17.    Width           =   5610
  18.    Begin Label Label1 
  19.       Caption         =   "Please StandBy .... DataBase Compacting."
  20.       FontBold        =   -1  'True
  21.       FontItalic      =   0   'False
  22.       FontName        =   "Arial"
  23.       FontSize        =   24
  24.       FontStrikethru  =   0   'False
  25.       FontUnderline   =   0   'False
  26.       ForeColor       =   &H00FF0000&
  27.       Height          =   1095
  28.       Left            =   0
  29.       TabIndex        =   0
  30.       Top             =   0
  31.       Width           =   5415
  32.       WordWrap        =   -1  'True
  33.    End
  34. End
  35. Sub Form_Load ()
  36. 'just a BIG wait display with no title bar. note form settings.
  37. Standby.Top = (Screen.Height - Standby.Height) \ 4
  38. Standby.Left = (Screen.Width - Standby.Width) \ 2
  39. End Sub
  40.  
  41.